Skip to main content

DescribeScalingGroups

Description

call DescribeScalingGroups to query the information of the scaling group.

Request Method

POST

Request Path

/apsara/route/Ess/DescribeScalingGroups

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.the number of rows per page set during paging query, the maximum value is 50, and the default value is 10.
ScalingGroupName.NBODYstringNoNo sample value for this parameter.the name of the scaling group. the value of n ranges from 1 to 20. The query results ignore the invalid scaling group name and do not report an error.
PageNumberBODYintegerNoNo sample value for this parameter.the page number of the scaling group list. the starting value is 1 and the default value is 1.
regionIdBODYstringYesNo sample value for this parameter.region id
ScalingGroupId.NBODYstringNoNo sample value for this parameter.the ID of the scaling group, the value of n ranges from 1 to 20. The query results ignore the invalid scaling group ID and do not report an error.
RegionIdBODYstringYesNo sample value for this parameter.the region ID to which the scaling group belongs.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}